/*聚诚在线（jc128.net）安全--简单--易用*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_padding {
  padding: 80px 0 60px;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box {
  overflow: hidden;
}
.cover_box .cover {
  width: 100%;
  transition: 0.4s ease-in;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.uppercase {
  text-transform: uppercase;
}
body {
  padding-top: 134px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.row {
  margin: 0;
  padding: 0;
}
.col_md {
  padding: 0 10px;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
}
.lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.line {
  width: 10%;
  height: 2px;
  background: #3768B7;
  border-radius: 2px;
  margin: 6px 0;
}
.tabs_wrap {
  transition: 0.4s ease-in-out;
}
.open_active {
  opacity: 1;
  display: block;
}
.up_down {
  margin-bottom: 30px;
}
.up_down .wrap {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9F9F9;
}
.up_down .wrap .left .box {
  padding: 10px 0;
}
.up_down .wrap .left .box .name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.up_down .wrap .left .box .link {
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #A4A3A3;
}
.up_down .wrap .left .box:hover .name,
.up_down .wrap .left .box:hover .link {
  color: #3768B7;
}
.up_down .wrap .right .link {
  min-width: 160px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #3768B7;
}
.classify {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.classify .li {
  margin: 0 20px 20px 0;
}
.classify .li .link {
  font-size: 14px;
  padding: 10px 30px;
  background: #E1E1E1;
  border-radius: 45px;
  font-weight: 500;
}
.classify .active .link {
  background: #3768B7;
  color: #fff;
}
.advantage_classify .li {
  border: 1px solid #CBCBCB;
  padding: 20px;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  margin-bottom: 20px;
}
.advantage_classify .li .title {
  font-size: 18px;
  font-weight: 600;
}
.advantage_classify .li .lead {
  color: #CECECE;
  font-size: 14px;
  line-height: 24px;
}
.advantage_classify .active {
  background: #3768B7;
}
.advantage_classify .active .title,
.advantage_classify .active .lead {
  color: #fff;
}
.crumbs .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crumbs .content .list {
  display: flex;
  align-items: center;
}
.crumbs .content .list .li {
  padding: 0 3px;
}
.crumbs .content .list a {
  display: inline-block;
  width: auto;
}
.crumbs .content .list .li .link:hover .text {
  color: #3768B7;
}
.crumbs .content .list .li .iconfont {
  font-size: 14px;
  font-weight: 500;
}
.crumbs .content .list .li .icon-home1 {
  padding-right: 5px;
  color: #3768B7;
}
.crumbs .content .list .li .text {
  font-size: 14px;
  font-weight: 500;
}
.crumbs .content .tabs {
  display: flex;
  align-items: center;
}
.crumbs .content .tabs .li .link {
  padding: 24px 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.crumbs .content .tabs .li .link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #3768B7;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.crumbs .content .tabs .active .link,.crumbs .content .tabs .qtac2 .link,.crumbs .content .tabs .qtacq3 .link {
  color: #3768B7;
}
.crumbs .content .tabs .active .link::before {
  opacity: 1;
}
.crumbs .content .tabs .qtac2 .link::before,.crumbs .content .tabs .qtacq3 .link::before {
  opacity: 1;
}
.crumbs_padding .content .list a {
  padding: 20px 0;
}
.more {
  margin-top: 20px;
}
.more .btn_box {
  display: inline-block;
}
.more .link {
  padding: 10px 38px;
  background: #3768B7;
  display: flex;
  align-items: center;
  border-radius: 36px;
}
.more .link .text,
.more .link .iconfont {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.more .link .iconfont {
  padding-left: 8px;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #000;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #3768B7;
  border-color: #3768B7;
}
.con_deta{
  padding: 15px;
  background: #fff;
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.font16{
  font-size: 16px;
}
.modal .modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  padding: 30px 20px 0;
}
.modal .modal-content .modal_body {
  padding-top: 10px;
}
.modal .modal-content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 45px;
  padding-right: 10px;
}
.modal .modal-content .item .input {
  height: 44px;
  flex: 1;
  border: 0;
  border-radius: 45px 0 0 45px;
  padding: 0 10px;
  color: #000;
}
.modal .modal-content .item .input:focus {
  box-shadow: none;
}
.modal .modal-content .item .submit {
  cursor: pointer;
  background: none;
  border: none;
}
.modal .modal-content .item .submit .iconfont {
  font-size: 20px;
  color: #999;
}
.modal .modal-content .item .submit .iconfont:hover {
  color: #D02126;
}
.modal .modal-content .history {
  padding-top: 20px;
}
.modal .modal-content .history .h3 {
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .history .list .li {
  padding: 8px 0;
}
.modal .modal-content .history .list .li .link {
  padding: 0 14px;
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list .li .link:hover {
  color: #D02126;
}
.modal .modal-footer .btn {
  background-color: #3768B7;
}
.common_head {
  padding-bottom: 20px;
}
.common_head .title {
  font-size: 28px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.common_head .sub_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #DFDFDF;
  text-align: center;
  margin: 14px 0;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.header .head {
  background: #3768B7;
}
.header .head .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.header .head .content .title {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.header .head .content .head_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .head .content .head_right .info {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding-right: 40px;
}
.header .head .content .head_right .language_wrap {
  display: flex;
  justify-content: flex-end;
}
.header .head .content .head_right .language_wrap .wrap {
  position: relative;
}
.header .head .content .head_right .language_wrap .wrap .select {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .head .content .head_right .language_wrap .wrap .select .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .head .content .head_right .language_wrap .wrap .select .text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding: 0 6px;
}
.header .head .content .head_right .language_wrap .wrap .select .iconfont {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}
.header .head .content .head_right .language_wrap .language_list {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  display: none;
  border: 2px solid #3768B7;
  z-index: 10;
}
.header .head .content .head_right .language_wrap .language_list .li .link {
  display: inline-block;
  padding: 4px 10px;
  display: flex;
  align-items: center;
}
.header .head .content .head_right .language_wrap .language_list .li .link .cover_box .cover {
  width: 20px;
}
.header .head .content .head_right .language_wrap .language_list .li .link .text {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  padding-left: 6px;
}
.header .head .content .head_right .language_wrap .language_list .active {
  background: #3768B7;
}
.header .head .content .head_right .language_wrap .language_list .active .link .text {
  color: #fff;
}
.header .nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .nav .logo .link .cover {
  width: 140px;
}
.header .nav .right_box {
  flex: 1;
}
.header .nav .right_box .bottom_nav {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .nav .right_box .bottom_nav .list {
  display: flex;
  justify-content: end;
}
.header .nav .right_box .bottom_nav .list .li {
  padding: 0 20px;
}
.header .nav .right_box .bottom_nav .list .li .link {
  font-size: 16px;
  color: #000;
}
.header .nav .right_box .bottom_nav .list .li .link:hover {
  color: #3768B7;
}
.header .nav .right_box .bottom_nav .list .active .link {
  color: #3768B7;
}
.header .nav .right_box .bottom_nav .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .nav .right_box .bottom_nav .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
.header .nav .right_box .bottom_nav .menu .lis:nth-child(1) {
  top: 0;
}
.header .nav .right_box .bottom_nav .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .nav .right_box .bottom_nav .menu .lis:nth-child(3) {
  top: 98%;
}
.header .nav .right_box .bottom_nav .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .nav .right_box .bottom_nav .active .lis:nth-child(2) {
  display: none;
}
.header .nav .right_box .bottom_nav .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .search_box {
  padding: 0 0 0 10px;
}
.header .search_box .iconfont {
  font-size: 22px;
  color: #3768B7;
  font-weight: 500;
  cursor: pointer;
}
.footer {
  background: transparent;
}
.footer .data {
  background: #292C35;
}
.footer .data .top {
  padding: 80px 0 30px;
}
.footer .data .top .f_head {
  padding-bottom: 10px;
}
.footer .data .top .f_head .f_title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer .data .top .f_head .line {
  background: #FFCE08;
  width: 40px;
  height: 3px;
  margin: 8px 0;
}
.footer .data .top .contact_us_wrap .mobile {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.footer .data .top .contact_us_wrap .info {
  margin-top: 20px;
}
.footer .data .top .contact_us_wrap .info .li {
  color: #fff;
  margin-bottom: 10px;
}
.footer .data .top .contact_us_wrap .info .li .iconfont,
.footer .data .top .contact_us_wrap .info .li .text {
  font-size: 14px;
}
.footer .data .top .column .col_md {
  padding: 0;
}
.footer .data .top .column .list .li .link {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  transition: 0.3s ease-in;
}
.footer .data .top .column .list .li .link:hover {
  color: #FFCE08;
  transform: skew(-14deg) translateX(8px);
}
.footer .data .top .codes .col_md {
  padding: 0 20px 0 0;
}
.footer .data .top .codes .lead {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}
.footer .data .copyright {
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .data .copyright .text,
.footer .data .copyright .link {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  width: auto;
  padding: 0 5px;
}
.index .index_banner .swiper-pagination {
  bottom: 30px;
}
.index .index_banner .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 3px;
  background: #fff;
  opacity: 1;
  border-radius: 3px;
}
.index .index_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3768B7;
}
.index .product_classify .list .item {
  margin-bottom: 20px;
}
.index .product_classify .list .item .link {
  padding: 10px;
  transition: 0.4s ease-in-out;
  border: 1px solid #fff;
}
.index .product_classify .list .item .link .name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.index .product_classify .list .item .link:hover {
  transform: translateY(-4px);
  border-color: #3768b7;
  box-shadow: 0 0 3px rgba(55, 104, 183, 0.3);
}
.index .product_classify .list .item .link:hover .cover {
  transform: scale(1.05);
}
.index .product_classify .list .item .link:hover .name {
  color: #3768B7;
}
.index .latest_product .common_head .title,
.index .latest_product .common_head .sub_title {
  color: #fff;
}
.index .latest_product .list .item .link {
  background: #fff;
  padding: 10px;
  transition: 0.4s ease-in-out;
}
.index .latest_product .list .item .link .name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.index .latest_product .list .swiper-slide-active .link {
  background: #3768B7;
}
.index .latest_product .list .swiper-slide-active .link .name {
  color: #fff;
}
.index .case .list .item .link {
  padding: 10px;
  transition: 0.4s ease-in-out;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.index .case .list .item .link .name {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.index .case .list .item .link:hover {
  background: #3768B7;
  transform: translateY(-4px);
}
.index .case .list .item .link:hover .name {
  color: #fff;
}
.index .news {
  background: #F9F9F9;
}
.index .news .list .item .link {
  padding: 20px;
  transition: 0.4s ease-in-out;
}
.index .news .list .item .link .name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
}
.index .news .list .item .link .lead {
  font-size: 14px;
  line-height: 24px;
  color: #8A8A8A;
  margin-top: 4px;
}
.index .news .list .item .link:hover {
  background: #3768B7;
}
.index .news .list .item .link:hover .cover {
  transform: scale(1.05);
}
.index .news .list .item .link:hover .name,
.index .news .list .item .link:hover .lead {
  color: #fff;
}
.index .about_us .content {
  padding-right: 30px;
}
.index .about_us .content .title {
  margin-top: 14px;
  color: #02137A;
  font-weight: 600;
}
.index .about_us .content .sub_title {
  color: #A8A8A8;
  margin-top: 6px;
}
.index .about_us .content .lead {
  margin-top: 20px;
  text-indent: 2em;
}
.index .about_us .content .list {
  margin-top: 30px;
}
.index .about_us .content .list .box .num {
  text-align: center;
}
.index .about_us .content .list .box .num .val {
  font-size: 42px;
  color: #000;
  font-weight: 600;
}
.index .about_us .content .list .box .name {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.about_us .crumbs {
  background: #F9F9F9;
}
.about_us .honor {
  background: #F9F9F9;
}
.about_us .honor .list .item {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  /*cursor: pointer;*/
  transition: 0.4s ease-in-out;
}
.about_us .honor .list .item .name {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.about_us .honor .list .item:hover {
  background: #3768B7;
}
.about_us .honor .list .item:hover .name {
  color: #fff;
}
.about_us .facility_list {
  padding-bottom: 60px;
}
.about_us .facility_list .item {
  margin-bottom: 20px;
}
.about_us .facility_list .item .link {
  padding: 10px;
  background: #fff;
  transition: 0.4s ease-in-out;
}
.about_us .facility_list .item .link .name {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.about_us .facility_list .item .link:hover {
  background: #3768B7;
}
.about_us .facility_list .item .link:hover .name {
  color: #fff;
}
.fangda.sbimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fangda.caseimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background: #fff;
}
.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background: #fff;
}
.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}
.new_de p{
  line-height: 26px;
}
.about_us .advantage .advantage_content {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.about_us .advantage .advantage_content1{
  display: block;
}
.about_us .advantage .advantage_content .title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.product {
  background: #F9F9F9;
}
.product .main .menu .title {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 12px 0 12px 0;
  background: #02137A;
}
.product .main .menu .list {
  background: #fff;
  padding: 0 10px;
}
.product .main .menu .list .up_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product .main .menu .list .up_item .box {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product .main .menu .list .up_item .box .iconfont {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.product .main .menu .list .up_item .box .text {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 8px;
}
.product .main .menu .list .up_item .active .iconfont {
  color: #3768B7;
}
.product .main .menu .list .up_item .active .text {
  color: #3768B7;
}
.product .main .menu .list .up_item .active .icon {
  display: inline-block;
  transform: rotate(-180deg);
}
.product .main .menu .list .up_item .spread {
  padding: 0 20px 10px;
  display: none;
}
.product .main .menu .list .up_item .spread .li .link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 0;
}
.product .main .menu .list .up_item .spread .li .link:hover {
  color: #3768B7;
}
.product .main .menu .list .up_item:last-child {
  border-bottom: 0;
}
.product .main .menu .list .active .box .iconfont {
  color: #3768B7;
}
.product .main .menu .list .active .box .text {
  color: #3768B7;
}
.product .main .menu .list .active .box .icon {
  display: inline-block;
  transform: rotate(-180deg);
}
.product .main .menu .list .active .spread {
  display: block;
}
.product .main .menu .list .up_item .spread .li.active a{
    color: #3768B7;
}
.product .main .product_list {
  padding-bottom: 40px;
}
.product .main .product_list .item {
  margin-bottom: 30px;
}
.product .main .product_list .item .link {
  padding: 20px;
  background: #fff;
  transition: 0.3s ease-in-out;
  border: 2px solid #fff;
}
.product .main .product_list .item .link .cover_box {
  width: 100%;
  margin: auto;
}
.product .main .product_list .item .link .cover_box .cover {
  /*height: 230px;*/
  object-fit: contain;
}
.product .main .product_list .item .link .name {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.product .main .product_list .item .link:hover {
  border-color: #3768B7;
}
.product .main .product_list .item .link:hover .cover {
  transform: scale(1.05);
}
.product .main .product_list .item .link:hover .name {
  color: #3768B7;
}
.product_details {
  background: #FBFBFB;
}
.product_details .main .product_swiper {
  padding: 20px 0 30px;
}
.product_details .main .product_swiper .product_content {
  padding: 2px;
}
.product_details .main .product_swiper .product_content .item {
  padding: 30px;
}
.product_details .main .product_swiper .product_content .item .cover_box .cover {
  object-fit: contain;
  height: 500px;
}
.product_details .main .product_swiper .menu_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details .main .product_swiper .menu_wrap .arrow {
  width: 24px;
  height: 96px;
  line-height: 96px;
  font-size: 16px;
  color: #fff;
  background: #E5E5E5;
  text-align: center;
  flex: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.product_details .main .product_swiper .menu_wrap .arrow:hover {
  background: #3768B7;
}
.product_details .main .product_swiper .menu_wrap .product_menu {
  flex: 1;
  padding: 2px 10px;
}
.product_details .main .product_swiper .menu_wrap .product_menu .item {
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.product_details .main .product_swiper .menu_wrap .product_menu .item .cover_box .cover {
  height: 88px;
  object-fit: contain;
}
.product_details .main .product_swiper .menu_wrap .product_menu .active {
  border-color: #3768B7;
}
.product_details .main .product_swiper .content {
  padding: 10px 30px;
}
.product_details .main .product_swiper .content .title {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.product_details .main .product_swiper .content .lead {
  color: #5D5D5D;
}
.product_details .main .product_swiper .content .more {
  margin-top: 40px;
}
.product_details .main .product_swiper .content .more .btn_box {
  padding-right: 30px;
}
.product_details .main .product_swiper .content .more .contact_us_btn {
  background: #02137A;
  border-radius: 4px;
}
.product_details .main .product_swiper .content .more .contact_us_btn .text,
.product_details .main .product_swiper .content .more .contact_us_btn .iconfont {
  font-size: 14px;
  font-weight: 500;
}
.product_details .main .product_swiper .content .more .return_btn {
  border-radius: 4px;
}
.product_details .main .product_swiper .content .more .return_btn .text,
.product_details .main .product_swiper .content .more .return_btn .iconfont {
  font-size: 14px;
  font-weight: 500;
}
.product_details .main .product_presentation {
  padding: 40px 10px;
}
.service .main .service_menu {
  padding: 20px 0;
}
.service .main .service_menu .item {
  display: flex;
  min-height: 228px;
  border-radius: 12px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.service .main .service_menu .item .cover_box {
  width: 80px;
}
.service .main .service_menu .item .content {
  flex: 1;
  padding-left: 20px;
}
.service .main .service_menu .item .content .title {
  color: #fff;
}
.service .main .service_menu .item .content .lead {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.service .main .service_menu .col_md:nth-child(1) .item {
  background: #3768B7;
}
.service .main .service_menu .col_md:nth-child(2) .item {
  background: #37A6B7;
}
.service .main .service_menu .col_md:nth-child(3) .item {
  background: #3790B7;
}
.service .main .case {
  background: #F9F9F9;
}
.service .main .case .common_head .sub_title {
  color: #535353;
}
.service .main .case .list .item .name {
  font-size: 16px;
  font-weight: 600;
}
.service .main .case .list .item .lead {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
}
.service .main .case .list .item:hover .lead {
  color: #fff;
}
.contact_us .main .company_info .content .title {
  font-weight: 600;
}
.contact_us .main .company_info .content .list {
  margin-top: 20px;
}
.contact_us .main .company_info .content .list .li {
  padding: 6px 0;
}
.contact_us .main .company_info .content .list .li .iconfont,
.contact_us .main .company_info .content .list .li .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.contact_us .main .company_info .content .list .li .text {
  padding-left: 4px;
}
.contact_us .main .company_info .map {
  height: 300px;
  background: #F9F9F9;
}
.contact_us .main .message_box {
  background: #F8F8F8;
}
.contact_us .main .message_box .head .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.contact_us .main .message_box .head .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.contact_us .main .message_box .form {
  margin-top: 30px;
}
.contact_us .main .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .main .message_box .form .box {
  padding: 0;
}
.contact_us .main .message_box .form .input_box {
  padding-left: 10px;
}
.contact_us .main .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .main .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .main .message_box .form .btn_box {
  margin-top: 20px;
}
.contact_us .main .message_box .form .btn_box .btn {
  background: #3768B7;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .main .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .main .message_box .right .cover_box {
  width: 380px;
  height: 380px;
}
.contact_us .main .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .main .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.news .crumbs {
  background: #F9F9F9;
}
.news .main .news_list {
  margin-top: 30px;
  padding-bottom: 50px;
}
.news .main .news_list .item {
  margin-bottom: 30px;
}
.news .main .news_list .item .link {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}
.news .main .news_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #3768B7;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8px;
}
.news .main .news_list .item .link .date .year {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.news .main .news_list .item .link .date .time {
  font-size: 14px;
  color: #fff;
}
.news .main .news_list .item .link .cover_box {
  /*height: 230px;*/
}
.news .main .news_list .item .link .cover_box .cover {
  height: 100%;
}
.news .main .news_list .item .link .content {
  padding: 20px 0;
}
.news .main .news_list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.news .main .news_list .item .link .content .lead {
  font-size: 14px;
  line-height: 28px;
  color: #9F9F9F;
  margin-top: 10px;
}
.news .main .news_list .item .link:hover {
  background: #3768B7;
}
.news .main .news_list .item .link:hover .cover {
  transform: scale(1.05);
}
.news .main .news_list .item .link:hover .content .name {
  color: #fff;
}
.news .main .news_list .item .link:hover .content .lead {
  color: #fff;
}
.details .crumbs {
  background: #F9F9F9;
}
.details .main {
  padding: 30px 10px;
}
.details .main .h3 {
  text-align: center;
}
.details .main .source {
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.details .main .source .date,
.details .main .source .author {
  padding: 0 20px;
}
.details .main .content {
  padding: 40px 0;
}
.details .main .content .lead,
.details .main .content p {
  text-indent: 2em;
  margin-bottom: 4px;
}
.details .main .content .cover_box {
  margin: 14px 0;
  text-align: center;
}
.details .main .content .cover_box .cover {
  width: 60%;
}
